IteratorIterator
PHP Manual

IteratorIterator::__construct

(PHP 5 >= 5.1.0)

IteratorIterator::__constructCreate an iterator from anything that is traversable

Descripción

IteratorIterator::__construct ( Traversable $iterator )

Creates an iterator from anything that is traversable.

Lista de parámetros

iterator

The traversable iterator.

Valores retornados

No value is returned.

Ver también


IteratorIterator
PHP Manual